home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd1.bin / sharewar / TopTen / kubik.exe / {app} / Scripts / Markiza.sms < prev    next >
Text File  |  2001-12-09  |  1KB  |  47 lines

  1. # Skript pro SMS branu Markiza (sms.markiza.sk) pro registrovane i neregistrovane uzivatele
  2. # 29.11.2001 by Tonda krotky{zavinac}centrum.cz
  3. # Verze 1.3
  4.  
  5. Param
  6.   Version 1.3
  7.   CountryCode 421
  8.   Prefixes 903;904;905;907
  9.   FirstMsgSize 139
  10.   OtherMsgSize 139
  11.   MsgCount 3
  12.   MsgTime 1
  13.   UserPar1 U₧ivatelskΘ jmΘno
  14.   Password Heslo
  15. End
  16.  
  17. PostPage
  18.   URL http://wu.markiza.sk/registracia/login.php
  19.   Data w=order&jump=http://sms.markiza.sk/&lname=\%UserPar1%&lpass=\%Password%
  20.   Referer http://sms.markiza.sk/index.html
  21.   Message Ov∞°uji u₧ivateslΘ jmΘno a heslo
  22. End
  23.  
  24. Msg
  25.   if "nepodporuje presmerovanie" Print "Registrovan² u₧ivatel" Success
  26.   if "Zabudol som heslo" Print "Neregistrovan² u₧ivatel nebo ÜpatnΘ heslo a jmΘno" Success
  27. EndMsg
  28.  
  29. GetPage
  30.   URL http://sms.markiza.sk/sms_secur.php
  31.   Referer http://sms.markiza.sk/index.html
  32.   Message NaΦφtßm ·vodnφ strßnku.
  33. End
  34.  
  35. PostPage
  36.   URL http://sms.markiza.sk/send.php
  37.   Data action=send&prefix=\%Prefix0%&number=\%PhoneNP%&sms=\%Message%&ostava=450
  38.   Referer http://sms.markiza.sk/
  39.   Message Posφlßm zprßvu.
  40. End
  41.  
  42. Msg
  43.   if "SMS bola odoslan" Print "Zprßva byla ·sp∞Ün∞ odeslßna." Success
  44.   if "dnes u" Error "Byl vyΦerpßn dennφ limit sms zprßv." Queue
  45.   if "chybne zadanΘ Φφslo telef≤nu" Print "Chyba! NeplatnΘ telefonnφ Φφslo." Cancel
  46. End
  47.